home *** CD-ROM | disk | FTP | other *** search
- <!---BeginTitle--->IE4 link color change<!---BeginJAVHead---><script language="JavaScript">
- <!--
-
- // By Jari Aarniala [foo@mbnet.fi]
-
- if(navigator.appName == "Microsoft Internet Explorer" &&
- parseInt(navigator.appVersion) >= 4){
- ie4 = true;
- }
- else {
- ie4 = false;
- }
-
- function changeColor(){
- if(ie4){
- what = window.event.srcElement;
- if(what.className == "link"){
- if(what.style.color == "green"){
- what.style.color = "lime";
- }
- else {
- what.style.color = "green";
- }
- }
- else {}
- }
- }
-
- document.onmouseover = changeColor;
- document.onmouseout = changeColor;
-
- // -->
- </script><!---BeginJAVBody---><a href="http://www.yahoo.com" style="color: green; text-decoration: none;
- font-family: Verdana, Arial; font-weight: 700" class="link">Yahoo!</a>
-
-
-
-
- <a href="http://www.altavista.digital.com" style="color: green;
- text-decoration: none; font-family: Verdana, Arial; font-weight: 700"
- class="link">Altavista</a>
-
-
-
-
- <a href="http://www.lycos.com" style="color: green; text-decoration: none;
- font-family: Verdana, Arial; font-weight: 700" class="link">Lycos</a>
-
-
-
-
- <a href="http://www.infoseek.com" style="color: green; text-decoration:
- none; font-family: Verdana, Arial; font-weight: 700"
- class="link">Infoseek</a><!--EndJAVBody-->
-